range: Document fine-tuning style class use
authorMatthias Clasen <mclasen@redhat.com>
Fri, 6 Nov 2015 12:51:15 +0000 (07:51 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 6 Nov 2015 16:50:23 +0000 (11:50 -0500)
gtk/gtkscale.c
gtk/gtkscrollbar.c

index 401f88777a54fcf7e612cb5af7ca30be602f990a..24f57d1c3cd51c9030c93f02c8b04f61edb637b2 100644 (file)
  * ]|
  *
  * GtkScale has a main CSS node with name scale, and subnodes with names
- * trough and slider. If marks are present, there is a marks subnode before
- * or after the trough node, below which each mark gets a node with name mark.
- * The marks nodes get either the .top or .bottom style class.
+ * trough and slider.
+ *
+ * The main node gets the style class .fine-tune added when the scale is in
+ * 'fine-tuning' mode.
+ *
+ * If marks are present, there is a marks subnode before or after the trough
+ * node, below which each mark gets a node with name mark. The marks nodes get
+ * either the .top or .bottom style class.
  */
 
 
index 2b68361ba21f97aa37eb58f420c9334a5e887e80..29e8e63dbf62f6f654556189550fbe584329e1d4 100644 (file)
  * ]|
  *
  * GtkScrollbar has a main CSS node with name scrollbar, and subnodes with
- * names trough and slider. If steppers are enabled, they are represented by
- * up to four additional subnodes with name button. These get the style classes
- * .up and .down to indicate in which direction they are moving.
+ * names trough and slider.
+ *
+ * The main node gets the style class .fine-tune added when the scrollbar is
+ * in 'fine-tuning' mode.
+ *
+ * If steppers are enabled, they are represented by up to four additional
+ * subnodes with name button. These get the style classes .up and .down to
+ * indicate in which direction they are moving.
  */